home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
XAMPP 1.4.14
/
xampp-win32-1.4.14-installer.exe
/
xampp
/
phpMyAdmin
/
changelog.php
< prev
next >
Wrap
PHP Script
|
2004-06-23
|
236b
|
9 lines
<?php
// Simple script to set correct charset for changelog
/* $Id: changelog.php,v 2.1 2004/06/24 09:24:46 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
header('Content-type: text/plain; charset=utf-8');
readfile('ChangeLog');
?>